home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TCHARDIALOG / TCHARDIALOG.txt
Text File  |  1997-06-09  |  40KB  |  1,234 lines

  1. object CharDialog: TCharDialog
  2.   Left = 261
  3.   Top = 170
  4.   HelpContext = 160
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Character Database'
  8.   ClientHeight = 331
  9.   ClientWidth = 632
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label12: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 107
  25.     Height = 13
  26.     Caption = 'Stored Characters:'
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label13: TLabel
  34.     Left = 8
  35.     Top = 24
  36.     Width = 166
  37.     Height = 13
  38.     Caption = 'Click on a character below to edit it'
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label14: TLabel
  46.     Left = 8
  47.     Top = 38
  48.     Width = 133
  49.     Height = 13
  50.     Caption = 'Double-click to connect to it'
  51.     Font.Color = clWindowText
  52.     Font.Height = -12
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Label30: TLabel
  58.     Left = 8
  59.     Top = 56
  60.     Width = 20
  61.     Height = 13
  62.     Caption = 'Red'
  63.     Font.Color = clRed
  64.     Font.Height = -12
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label31: TLabel
  70.     Left = 34
  71.     Top = 56
  72.     Width = 120
  73.     Height = 13
  74.     Caption = 'characters are getting old'
  75.     Font.Color = clWindowText
  76.     Font.Height = -12
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object CharTab: TTabbedNotebook
  82.     Left = 232
  83.     Top = 0
  84.     Width = 397
  85.     Height = 294
  86.     Font.Color = clWindowText
  87.     Font.Height = -12
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     TabsPerRow = 4
  91.     TabFont.Color = clBtnText
  92.     TabFont.Height = -11
  93.     TabFont.Name = 'MS Sans Serif'
  94.     TabFont.Style = []
  95.     TabOrder = 0
  96.     OnChange = CharTabChange
  97.     object TTabPage
  98.       Left = 4
  99.       Top = 24
  100.       Caption = 'Connection'
  101.       object Label2: TLabel
  102.         Left = 147
  103.         Top = 50
  104.         Width = 23
  105.         Height = 13
  106.         Alignment = taRightJustify
  107.         Caption = 'Title:'
  108.         Font.Color = clWindowText
  109.         Font.Height = -12
  110.         Font.Name = 'MS Sans Serif'
  111.         Font.Style = []
  112.         ParentFont = False
  113.       end
  114.       object Label3: TLabel
  115.         Left = 9
  116.         Top = 194
  117.         Width = 49
  118.         Height = 13
  119.         Alignment = taRightJustify
  120.         Caption = 'Character:'
  121.         Font.Color = clWindowText
  122.         Font.Height = -12
  123.         Font.Name = 'MS Sans Serif'
  124.         Font.Style = []
  125.         ParentFont = False
  126.       end
  127.       object Label4: TLabel
  128.         Left = 233
  129.         Top = 194
  130.         Width = 49
  131.         Height = 13
  132.         Alignment = taRightJustify
  133.         Caption = 'Password:'
  134.         Font.Color = clWindowText
  135.         Font.Height = -12
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = []
  138.         ParentFont = False
  139.       end
  140.       object Label5: TLabel
  141.         Left = 33
  142.         Top = 74
  143.         Width = 25
  144.         Height = 13
  145.         Alignment = taRightJustify
  146.         Caption = 'Host:'
  147.         Font.Color = clWindowText
  148.         Font.Height = -12
  149.         Font.Name = 'MS Sans Serif'
  150.         Font.Style = []
  151.         ParentFont = False
  152.       end
  153.       object Label6: TLabel
  154.         Left = 268
  155.         Top = 74
  156.         Width = 22
  157.         Height = 13
  158.         Alignment = taRightJustify
  159.         Caption = 'Port:'
  160.         Font.Color = clWindowText
  161.         Font.Height = -12
  162.         Font.Name = 'MS Sans Serif'
  163.         Font.Style = []
  164.         ParentFont = False
  165.       end
  166.       object Label11: TLabel
  167.         Left = 33
  168.         Top = 98
  169.         Width = 25
  170.         Height = 13
  171.         Alignment = taRightJustify
  172.         Caption = 'Addr:'
  173.         Font.Color = clWindowText
  174.         Font.Height = -12
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ParentFont = False
  178.       end
  179.       object Label7: TLabel
  180.         Left = 6
  181.         Top = 218
  182.         Width = 52
  183.         Height = 13
  184.         Alignment = taRightJustify
  185.         Caption = 'Comments:'
  186.         Font.Color = clWindowText
  187.         Font.Height = -12
  188.         Font.Name = 'MS Sans Serif'
  189.         Font.Style = []
  190.         ParentFont = False
  191.       end
  192.       object Image2: TImage
  193.         Left = 8
  194.         Top = 8
  195.         Width = 32
  196.         Height = 32
  197.         AutoSize = True
  198.       end
  199.       object LookupBtn: TSpeedButton
  200.         Tag = 1
  201.         Left = 205
  202.         Top = 98
  203.         Width = 20
  204.         Height = 20
  205.         Hint = 'Compute IP Address|'
  206.         Glyph.Data = {
  207.           78010000424D7801000000000000760000002800000020000000100000000100
  208.           04000000000000000000120B0000120B00000000000000000000000000000000
  209.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  210.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  211.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  212.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  213.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  214.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  215.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  216.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  217.           0333337F777777737F333308888888880333337F333333337F33330888888888
  218.           03333373FFFFFFFF7333337000000000733333377777777733330000}
  219.         NumGlyphs = 2
  220.         OnClick = LookupBtnClick
  221.       end
  222.       object WizBtn: TSpeedButton
  223.         Tag = 1
  224.         Left = 64
  225.         Top = 122
  226.         Width = 137
  227.         Height = 25
  228.         Hint = 'MUD Wizard|'
  229.         Caption = 'Connection Wizard'
  230.         Glyph.Data = {
  231.           76010000424D7601000000000000760000002800000020000000100000000100
  232.           04000000000000010000130B0000130B00000000000000000000000000000000
  233.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  234.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  235.           333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  236.           0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  237.           07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  238.           07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  239.           0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  240.           33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  241.           B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  242.           3BB33773333773333773B333333B3333333B7333333733333337}
  243.         NumGlyphs = 2
  244.         ParentShowHint = False
  245.         ShowHint = True
  246.         OnClick = WizBtnClick
  247.       end
  248.       object Label17: TLabel
  249.         Left = 64
  250.         Top = 22
  251.         Width = 296
  252.         Height = 13
  253.         Caption = 'enter the Title of the MUD and the Host and Port to connect to'
  254.         Font.Color = clWindowText
  255.         Font.Height = -12
  256.         Font.Name = 'MS Sans Serif'
  257.         Font.Style = []
  258.         ParentFont = False
  259.       end
  260.       object Bevel1: TBevel
  261.         Left = 16
  262.         Top = 152
  263.         Width = 369
  264.         Height = 9
  265.         Shape = bsTopLine
  266.       end
  267.       object Label20: TLabel
  268.         Left = 48
  269.         Top = 8
  270.         Width = 192
  271.         Height = 13
  272.         Caption = 'Enter a unique ID for this character, then'
  273.         Font.Color = clWindowText
  274.         Font.Height = -12
  275.         Font.Name = 'MS Sans Serif'
  276.         Font.Style = []
  277.         ParentFont = False
  278.       end
  279.       object Label26: TLabel
  280.         Left = 44
  281.         Top = 50
  282.         Width = 14
  283.         Height = 13
  284.         Alignment = taRightJustify
  285.         Caption = 'ID:'
  286.         Font.Color = clWindowText
  287.         Font.Height = -12
  288.         Font.Name = 'MS Sans Serif'
  289.         Font.Style = []
  290.         ParentFont = False
  291.       end
  292.       object UseBtn: TSpeedButton
  293.         Tag = 1
  294.         Left = 228
  295.         Top = 98
  296.         Width = 29
  297.         Height = 20
  298.         Hint = 'Use IP Address|'
  299.         AllowAllUp = True
  300.         GroupIndex = 1
  301.         Caption = 'Use'
  302.         Font.Color = clBtnText
  303.         Font.Height = -12
  304.         Font.Name = 'MS Sans Serif'
  305.         Font.Style = []
  306.         NumGlyphs = 2
  307.         ParentFont = False
  308.       end
  309.       object Label18: TLabel
  310.         Left = 64
  311.         Top = 158
  312.         Width = 233
  313.         Height = 13
  314.         Caption = 'The character name and password will be '
  315.         Font.Color = clWindowText
  316.         Font.Height = -12
  317.         Font.Name = 'MS Sans Serif'
  318.         Font.Style = []
  319.         ParentFont = False
  320.       end
  321.       object Label19: TLabel
  322.         Left = 64
  323.         Top = 172
  324.         Width = 217
  325.         Height = 13
  326.         Caption = 'auto-detected when you first log on'
  327.         Font.Color = clWindowText
  328.         Font.Height = -12
  329.         Font.Name = 'MS Sans Serif'
  330.         Font.Style = []
  331.         ParentFont = False
  332.       end
  333.       object Title: TEdit
  334.         Left = 176
  335.         Top = 48
  336.         Width = 201
  337.         Height = 21
  338.         AutoSize = False
  339.         Font.Color = clWindowText
  340.         Font.Height = -12
  341.         Font.Name = 'MS Sans Serif'
  342.         Font.Style = []
  343.         ParentFont = False
  344.         TabOrder = 1
  345.       end
  346.       object MUDType: TComboBox
  347.         Left = 272
  348.         Top = 96
  349.         Width = 105
  350.         Height = 21
  351.         Font.Color = clWindowText
  352.         Font.Height = -12
  353.         Font.Name = 'MS Sans Serif'
  354.         Font.Style = []
  355.         ItemHeight = 13
  356.         Items.Strings = (
  357.           'Diku'
  358.           'Circle'
  359.           'MERC'
  360.           'LPMUD'
  361.           'MOO'
  362.           'MUCK'
  363.           'MUSH'
  364.           'MUD'
  365.           'DGD')
  366.         ParentFont = False
  367.         TabOrder = 4
  368.       end
  369.       object CharName: TEdit
  370.         Left = 64
  371.         Top = 192
  372.         Width = 161
  373.         Height = 21
  374.         AutoSize = False
  375.         Font.Color = clWindowText
  376.         Font.Height = -12
  377.         Font.Name = 'MS Sans Serif'
  378.         Font.Style = []
  379.         ParentFont = False
  380.         TabOrder = 5
  381.       end
  382.       object Password: TEdit
  383.         Left = 288
  384.         Top = 192
  385.         Width = 89
  386.         Height = 21
  387.         AutoSize = False
  388.         Font.Color = clWindowText
  389.         Font.Height = -12
  390.         Font.Name = 'MS Sans Serif'
  391.         Font.Style = []
  392.         ParentFont = False
  393.         PasswordChar = '*'
  394.         TabOrder = 6
  395.       end
  396.       object Host: TEdit
  397.         Left = 64
  398.         Top = 72
  399.         Width = 193
  400.         Height = 21
  401.         AutoSize = False
  402.         Font.Color = clWindowText
  403.         Font.Height = -12
  404.         Font.Name = 'MS Sans Serif'
  405.         Font.Style = []
  406.         ParentFont = False
  407.         TabOrder = 2
  408.       end
  409.       object Port: TEdit
  410.         Left = 296
  411.         Top = 72
  412.         Width = 81
  413.         Height = 21
  414.         AutoSize = False
  415.         Font.Color = clWindowText
  416.         Font.Height = -12
  417.         Font.Name = 'MS Sans Serif'
  418.         Font.Style = []
  419.         ParentFont = False
  420.         TabOrder = 3
  421.       end
  422.       object Addr: TEdit
  423.         Left = 64
  424.         Top = 96
  425.         Width = 137
  426.         Height = 21
  427.         TabStop = False
  428.         AutoSize = False
  429.         Color = clBtnFace
  430.         Font.Color = clWindowText
  431.         Font.Height = -12
  432.         Font.Name = 'MS Sans Serif'
  433.         Font.Style = []
  434.         ParentFont = False
  435.         ReadOnly = True
  436.         TabOrder = 8
  437.       end
  438.       object Comments: TEdit
  439.         Left = 64
  440.         Top = 216
  441.         Width = 313
  442.         Height = 21
  443.         AutoSize = False
  444.         Font.Color = clWindowText
  445.         Font.Height = -12
  446.         Font.Name = 'MS Sans Serif'
  447.         Font.Style = []
  448.         ParentFont = False
  449.         TabOrder = 7
  450.       end
  451.       object Panel1: TPanel
  452.         Left = 0
  453.         Top = 248
  454.         Width = 389
  455.         Height = 18
  456.         Align = alBottom
  457.         BevelOuter = bvLowered
  458.         TabOrder = 9
  459.         object Label8: TLabel
  460.           Left = 4
  461.           Top = 3
  462.           Width = 78
  463.           Height = 13
  464.           Alignment = taRightJustify
  465.           Caption = 'Last Connected:'
  466.           Font.Color = clWindowText
  467.           Font.Height = -12
  468.           Font.Name = 'MS Sans Serif'
  469.           Font.Style = []
  470.           ParentFont = False
  471.         end
  472.         object Label9: TLabel
  473.           Left = 252
  474.           Top = 3
  475.           Width = 53
  476.           Height = 13
  477.           Alignment = taRightJustify
  478.           Caption = 'Total Time:'
  479.           Font.Color = clWindowText
  480.           Font.Height = -12
  481.           Font.Name = 'MS Sans Serif'
  482.           Font.Style = []
  483.           ParentFont = False
  484.         end
  485.         object LastTime: TEdit
  486.           Left = 88
  487.           Top = 3
  488.           Width = 145
  489.           Height = 14
  490.           TabStop = False
  491.           BorderStyle = bsNone
  492.           Color = clBtnFace
  493.           Ctl3D = False
  494.           Font.Color = clWindowText
  495.           Font.Height = -12
  496.           Font.Name = 'MS Sans Serif'
  497.           Font.Style = []
  498.           ParentCtl3D = False
  499.           ParentFont = False
  500.           ReadOnly = True
  501.           TabOrder = 0
  502.           Text = 'LastTime'
  503.         end
  504.         object TotalSec: TEdit
  505.           Left = 309
  506.           Top = 3
  507.           Width = 73
  508.           Height = 14
  509.           TabStop = False
  510.           BorderStyle = bsNone
  511.           Color = clBtnFace
  512.           Ctl3D = False
  513.           Font.Color = clWindowText
  514.           Font.Height = -12
  515.           Font.Name = 'MS Sans Serif'
  516.           Font.Style = []
  517.           ParentCtl3D = False
  518.           ParentFont = False
  519.           ReadOnly = True
  520.           TabOrder = 1
  521.           Text = '255 24:00:00'
  522.         end
  523.       end
  524.       object Name: TEdit
  525.         Left = 64
  526.         Top = 48
  527.         Width = 73
  528.         Height = 21
  529.         AutoSize = False
  530.         Font.Color = clWindowText
  531.         Font.Height = -12
  532.         Font.Name = 'MS Sans Serif'
  533.         Font.Style = []
  534.         ParentFont = False
  535.         TabOrder = 0
  536.       end
  537.     end
  538.     object TTabPage
  539.       Left = 4
  540.       Top = 24
  541.       Caption = 'Files'
  542.       object Label1: TLabel
  543.         Left = 28
  544.         Top = 138
  545.         Width = 78
  546.         Height = 13
  547.         Alignment = taRightJustify
  548.         Caption = 'Primary Settings:'
  549.         Font.Color = clWindowText
  550.         Font.Height = -12
  551.         Font.Name = 'MS Sans Serif'
  552.         Font.Style = []
  553.         ParentFont = False
  554.       end
  555.       object SpeedButton1: TSpeedButton
  556.         Left = 308
  557.         Top = 136
  558.         Width = 20
  559.         Height = 20
  560.         Hint = 'Select primary file|'
  561.         Glyph.Data = {
  562.           90010000424D9001000000000000760000002800000020000000100000000100
  563.           0400000000000001000000000000000000000000000000000000000000000000
  564.           80000080000000808000800000008000800080800000C0C0C000808080000000
  565.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  566.           5555555555555555555555555555555555555500000000000555550000000000
  567.           05555008888888888055500B7B7B7B7B7055507088888888805550F0B7B7B7B7
  568.           B055507088888888880550B07B7B7B7B7B05507708888888880550FB07B7B7B7
  569.           B705507708888888888050BF0B7B7B7B7B70507770000888888050FBF00007B7
  570.           B7B0507777777000000550BFBFBFB0000005507777777777055550FBFBFBFBFB
  571.           0555507777777777055550BFBFBFBFBF0555507777700000555550FBFBF00000
  572.           5555550000055555555555000005555555555555555555555555555555555555
  573.           5555555555555555555555555555555555555555555555555555000000000000
  574.           0000000000000000000000000000000000000000}
  575.         NumGlyphs = 2
  576.         OnClick = FileNameClick
  577.       end
  578.       object Label10: TLabel
  579.         Left = 21
  580.         Top = 162
  581.         Width = 85
  582.         Height = 13
  583.         Alignment = taRightJustify
  584.         Caption = 'Inherited Settings:'
  585.         Font.Color = clWindowText
  586.         Font.Height = -12
  587.         Font.Name = 'MS Sans Serif'
  588.         Font.Style = []
  589.         ParentFont = False
  590.       end
  591.       object SpeedButton2: TSpeedButton
  592.         Tag = 1
  593.         Left = 308
  594.         Top = 160
  595.         Width = 20
  596.         Height = 20
  597.         Hint = 'Select inherited file|'
  598.         Glyph.Data = {
  599.           90010000424D9001000000000000760000002800000020000000100000000100
  600.           0400000000000001000000000000000000000000000000000000000000000000
  601.           80000080000000808000800000008000800080800000C0C0C000808080000000
  602.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  603.           5555555555555555555555555555555555555500000000000555550000000000
  604.           05555008888888888055500B7B7B7B7B7055507088888888805550F0B7B7B7B7
  605.           B055507088888888880550B07B7B7B7B7B05507708888888880550FB07B7B7B7
  606.           B705507708888888888050BF0B7B7B7B7B70507770000888888050FBF00007B7
  607.           B7B0507777777000000550BFBFBFB0000005507777777777055550FBFBFBFBFB
  608.           0555507777777777055550BFBFBFBFBF0555507777700000555550FBFBF00000
  609.           5555550000055555555555000005555555555555555555555555555555555555
  610.           5555555555555555555555555555555555555555555555555555000000000000
  611.           0000000000000000000000000000000000000000}
  612.         NumGlyphs = 2
  613.         OnClick = FileNameClick
  614.       end
  615.       object Image3: TImage
  616.         Left = 8
  617.         Top = 8
  618.         Width = 32
  619.         Height = 32
  620.         AutoSize = True
  621.       end
  622.       object Label21: TLabel
  623.         Left = 48
  624.         Top = 44
  625.         Width = 273
  626.         Height = 13
  627.         Caption = 'The Inherited Settings file is loaded before your primary file'
  628.         Font.Color = clWindowText
  629.         Font.Height = -12
  630.         Font.Name = 'MS Sans Serif'
  631.         Font.Style = []
  632.         ParentFont = False
  633.       end
  634.       object Label22: TLabel
  635.         Left = 48
  636.         Top = 14
  637.         Width = 280
  638.         Height = 13
  639.         Caption = 'The Settings File contains the preferences, triggers, aliases,'
  640.         Font.Color = clWindowText
  641.         Font.Height = -12
  642.         Font.Name = 'MS Sans Serif'
  643.         Font.Style = []
  644.         ParentFont = False
  645.       end
  646.       object Label23: TLabel
  647.         Left = 64
  648.         Top = 28
  649.         Width = 141
  650.         Height = 13
  651.         Caption = 'macros, etc for your character'
  652.         Font.Color = clWindowText
  653.         Font.Height = -12
  654.         Font.Name = 'MS Sans Serif'
  655.         Font.Style = []
  656.         ParentFont = False
  657.       end
  658.       object Label24: TLabel
  659.         Left = 64
  660.         Top = 58
  661.         Width = 237
  662.         Height = 13
  663.         Caption = 'and typically contains defaults for the type of MUD'
  664.         Font.Color = clWindowText
  665.         Font.Height = -12
  666.         Font.Name = 'MS Sans Serif'
  667.         Font.Style = []
  668.         ParentFont = False
  669.       end
  670.       object Label25: TLabel
  671.         Left = 48
  672.         Top = 76
  673.         Width = 287
  674.         Height = 13
  675.         Caption = 'The Folder allows you to keep settings for MUD in a directory'
  676.         Font.Color = clWindowText
  677.         Font.Height = -12
  678.         Font.Name = 'MS Sans Serif'
  679.         Font.Style = []
  680.         ParentFont = False
  681.       end
  682.       object Label27: TLabel
  683.         Left = 48
  684.         Top = 196
  685.         Width = 221
  686.         Height = 13
  687.         Caption = 'Enter the number of days till the entry turns red '
  688.         Font.Color = clWindowText
  689.         Font.Height = -12
  690.         Font.Name = 'MS Sans Serif'
  691.         Font.Style = []
  692.         ParentFont = False
  693.       end
  694.       object Label28: TLabel
  695.         Left = 67
  696.         Top = 209
  697.         Width = 235
  698.         Height = 13
  699.         Caption = 'indicating the character hasn'#39't been used recently'
  700.         Font.Color = clWindowText
  701.         Font.Height = -12
  702.         Font.Name = 'MS Sans Serif'
  703.         Font.Style = []
  704.         ParentFont = False
  705.       end
  706.       object Label29: TLabel
  707.         Left = 27
  708.         Top = 235
  709.         Width = 79
  710.         Height = 13
  711.         Alignment = taRightJustify
  712.         Caption = 'Days till warning:'
  713.         Font.Color = clWindowText
  714.         Font.Height = -12
  715.         Font.Name = 'MS Sans Serif'
  716.         Font.Style = []
  717.         ParentFont = False
  718.       end
  719.       object Label16: TLabel
  720.         Left = 74
  721.         Top = 114
  722.         Width = 32
  723.         Height = 13
  724.         Alignment = taRightJustify
  725.         Caption = 'Folder:'
  726.         Font.Color = clWindowText
  727.         Font.Height = -12
  728.         Font.Name = 'MS Sans Serif'
  729.         Font.Style = []
  730.         ParentFont = False
  731.       end
  732.       object Label32: TLabel
  733.         Left = 64
  734.         Top = 90
  735.         Width = 229
  736.         Height = 13
  737.         Caption = 'hierarchy containing settings, maps, sounds, etc.'
  738.         Font.Color = clWindowText
  739.         Font.Height = -12
  740.         Font.Name = 'MS Sans Serif'
  741.         Font.Style = []
  742.         ParentFont = False
  743.       end
  744.       object SpeedButton3: TSpeedButton
  745.         Left = 308
  746.         Top = 112
  747.         Width = 20
  748.         Height = 20
  749.         Hint = 'Select folder|'
  750.         Glyph.Data = {
  751.           90010000424D9001000000000000760000002800000020000000100000000100
  752.           0400000000000001000000000000000000000000000000000000000000000000
  753.           80000080000000808000800000008000800080800000C0C0C000808080000000
  754.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  755.           5555555555555555555555555555555555555500000000000555550000000000
  756.           05555008888888888055500B7B7B7B7B7055507088888888805550F0B7B7B7B7
  757.           B055507088888888880550B07B7B7B7B7B05507708888888880550FB07B7B7B7
  758.           B705507708888888888050BF0B7B7B7B7B70507770000888888050FBF00007B7
  759.           B7B0507777777000000550BFBFBFB0000005507777777777055550FBFBFBFBFB
  760.           0555507777777777055550BFBFBFBFBF0555507777700000555550FBFBF00000
  761.           5555550000055555555555000005555555555555555555555555555555555555
  762.           5555555555555555555555555555555555555555555555555555000000000000
  763.           0000000000000000000000000000000000000000}
  764.         NumGlyphs = 2
  765.         OnClick = SpeedButton3Click
  766.       end
  767.       object FileName: TEdit
  768.         Left = 112
  769.         Top = 136
  770.         Width = 193
  771.         Height = 21
  772.         AutoSize = False
  773.         Font.Color = clWindowText
  774.         Font.Height = -12
  775.         Font.Name = 'MS Sans Serif'
  776.         Font.Style = []
  777.         ParentFont = False
  778.         TabOrder = 1
  779.       end
  780.       object Parent: TEdit
  781.         Left = 112
  782.         Top = 160
  783.         Width = 193
  784.         Height = 21
  785.         AutoSize = False
  786.         Font.Color = clWindowText
  787.         Font.Height = -12
  788.         Font.Name = 'MS Sans Serif'
  789.         Font.Style = []
  790.         ParentFont = False
  791.         TabOrder = 0
  792.       end
  793.       object WarnDays: TEdit
  794.         Left = 112
  795.         Top = 233
  796.         Width = 58
  797.         Height = 21
  798.         AutoSize = False
  799.         Font.Color = clWindowText
  800.         Font.Height = -12
  801.         Font.Name = 'MS Sans Serif'
  802.         Font.Style = []
  803.         ParentFont = False
  804.         TabOrder = 2
  805.       end
  806.       object Folder: TEdit
  807.         Left = 112
  808.         Top = 112
  809.         Width = 193
  810.         Height = 21
  811.         AutoSize = False
  812.         Font.Color = clWindowText
  813.         Font.Height = -12
  814.         Font.Name = 'MS Sans Serif'
  815.         Font.Style = []
  816.         ParentFont = False
  817.         TabOrder = 3
  818.       end
  819.     end
  820.     object TTabPage
  821.       Left = 4
  822.       Top = 24
  823.       Caption = 'Notes'
  824.       object Image1: TImage
  825.         Left = 8
  826.         Top = 8
  827.         Width = 32
  828.         Height = 32
  829.         AutoSize = True
  830.       end
  831.       object Label15: TLabel
  832.         Left = 48
  833.         Top = 16
  834.         Width = 240
  835.         Height = 13
  836.         Caption = 'Enter any comments for this character on this MUD'
  837.         Font.Color = clWindowText
  838.         Font.Height = -12
  839.         Font.Name = 'MS Sans Serif'
  840.         Font.Style = []
  841.         ParentFont = False
  842.       end
  843.       object Notes: TMemo
  844.         Left = 8
  845.         Top = 48
  846.         Width = 369
  847.         Height = 209
  848.         ScrollBars = ssBoth
  849.         TabOrder = 0
  850.       end
  851.     end
  852.   end
  853.   object NewBtn: TBitBtn
  854.     Left = 8
  855.     Top = 300
  856.     Width = 77
  857.     Height = 27
  858.     Caption = '&New'
  859.     Font.Color = clBtnText
  860.     Font.Height = -12
  861.     Font.Name = 'MS Sans Serif'
  862.     Font.Style = []
  863.     ParentFont = False
  864.     TabOrder = 5
  865.     OnClick = NewBtnClick
  866.     Margin = 2
  867.     NumGlyphs = 2
  868.     Spacing = -1
  869.     IsControl = True
  870.   end
  871.   object DelBtn: TBitBtn
  872.     Left = 167
  873.     Top = 300
  874.     Width = 27
  875.     Height = 27
  876.     Hint = 'Delete character|'
  877.     TabOrder = 6
  878.     OnClick = DelBtnClick
  879.     Glyph.Data = {
  880.       78010000424D7801000000000000760000002800000020000000100000000100
  881.       04000000000000000000120B0000120B00000000000000000000000000000000
  882.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  883.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  884.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  885.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  886.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  887.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  888.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  889.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  890.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  891.       3333333337FFF7F33333333330000033333333333777773333330000}
  892.     NumGlyphs = 2
  893.     Spacing = -1
  894.     IsControl = True
  895.   end
  896.   object HelpBtn: TBitBtn
  897.     Left = 552
  898.     Top = 300
  899.     Width = 77
  900.     Height = 27
  901.     HelpContext = 160
  902.     Font.Color = clBtnText
  903.     Font.Height = -12
  904.     Font.Name = 'MS Sans Serif'
  905.     Font.Style = []
  906.     ParentFont = False
  907.     TabOrder = 4
  908.     Kind = bkHelp
  909.     Spacing = -1
  910.     IsControl = True
  911.   end
  912.   object CopyBtn: TBitBtn
  913.     Left = 88
  914.     Top = 300
  915.     Width = 77
  916.     Height = 27
  917.     Caption = 'Copy'
  918.     Font.Color = clBtnText
  919.     Font.Height = -12
  920.     Font.Name = 'MS Sans Serif'
  921.     Font.Style = []
  922.     ParentFont = False
  923.     TabOrder = 7
  924.     OnClick = CopyBtnClick
  925.     Glyph.Data = {
  926.       56070000424D5607000000000000360400002800000028000000140000000100
  927.       0800000000002003000000000000000000000000000000000000000000000000
  928.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  929.       A600000000000000000000000000000000000000000000000000000000000000
  930.       0000000000000000000000000000000000000000000000000000000000000000
  931.       0000000000000000000000000000000000000000000000000000000000000000
  932.       0000000000000000000000000000000000000000000000000000000000000000
  933.       0000000000000000000000000000000000000000000000000000000000000000
  934.       0000000000000000000000000000000000000000000000000000000000000000
  935.       0000000000000000000000000000000000000000000000000000000000000000
  936.       0000000000000000000000000000000000000000000000000000000000000000
  937.       0000000000000000000000000000000000000000000000000000000000000000
  938.       0000000000000000000000000000000000000000000000000000000000000000
  939.       0000000000000000000000000000000000000000000000000000000000000000
  940.       0000000000000000000000000000000000000000000000000000000000000000
  941.       0000000000000000000000000000000000000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000000000000000
  943.       0000000000000000000000000000000000000000000000000000000000000000
  944.       0000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       0000000000000000000000000000000000000000000000000000000000000000
  947.       0000000000000000000000000000000000000000000000000000000000000000
  948.       0000000000000000000000000000000000000000000000000000000000000000
  949.       0000000000000000000000000000000000000000000000000000000000000000
  950.       0000000000000000000000000000000000000000000000000000000000000000
  951.       0000000000000000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  959.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  960.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  961.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  962.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  963.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  964.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  965.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  966.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  967.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  968.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  969.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  970.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  971.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  972.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  973.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  974.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  975.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  976.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  977.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  978.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  979.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  980.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  981.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  982.       0303030303030303030303030303030303030303030303030303030303030303
  983.       0303030303030303030303030303030303030303030303030303030303030303
  984.       0303030303030303030303030303030303030303030303030303}
  985.     NumGlyphs = 2
  986.   end
  987.   object LoadBut: TBitBtn
  988.     Left = 232
  989.     Top = 300
  990.     Width = 77
  991.     Height = 27
  992.     Caption = 'Connect'
  993.     Default = True
  994.     Font.Color = clBtnText
  995.     Font.Height = -12
  996.     Font.Name = 'MS Sans Serif'
  997.     Font.Style = []
  998.     ModalResult = 1
  999.     ParentFont = False
  1000.     TabOrder = 1
  1001.     OnClick = LoadButClick
  1002.     NumGlyphs = 2
  1003.   end
  1004.   object BitBtn3: TBitBtn
  1005.     Left = 312
  1006.     Top = 300
  1007.     Width = 77
  1008.     Height = 27
  1009.     Caption = '&Offline'
  1010.     Font.Color = clBtnText
  1011.     Font.Height = -12
  1012.     Font.Name = 'MS Sans Serif'
  1013.     Font.Style = []
  1014.     ModalResult = 4
  1015.     ParentFont = False
  1016.     TabOrder = 2
  1017.     OnClick = LoadButClick
  1018.     Glyph.Data = {
  1019.       66010000424D6601000000000000760000002800000014000000140000000100
  1020.       040000000000F000000000000000000000000000000010000000000000000000
  1021.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  1022.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
  1023.       66666666000066000000000000000866000060F77777777777778086000060F7
  1024.       8787877888878806000060F77777777000078806000060FFFFFFFFFFFFFF8806
  1025.       000060F7888888888888F806000066080000000000088F060000666077777777
  1026.       778000660000666070000000078806660000666070C4C4C40788066600006660
  1027.       704C4C4C078806660000666070C4C4C40788066600006660704C4C4C07880666
  1028.       0000666070C4C4C4078806660000666070000000078806660000666077777777
  1029.       77880666000066600FFFFFFFFFF8066600006666600000000000666600006666
  1030.       66666666666666660000}
  1031.   end
  1032.   object CharListBox: TListBox
  1033.     Left = 0
  1034.     Top = 160
  1035.     Width = 233
  1036.     Height = 97
  1037.     ItemHeight = 13
  1038.     Sorted = True
  1039.     TabOrder = 8
  1040.     Visible = False
  1041.   end
  1042.   object CloseBtn: TBitBtn
  1043.     Left = 198
  1044.     Top = 300
  1045.     Width = 27
  1046.     Height = 27
  1047.     Hint = 'Open a blank window|'
  1048.     Font.Color = clBtnText
  1049.     Font.Height = -12
  1050.     Font.Name = 'MS Sans Serif'
  1051.     Font.Style = []
  1052.     ModalResult = 7
  1053.     ParentFont = False
  1054.     TabOrder = 3
  1055.     OnClick = CloseBtnClick
  1056.     Glyph.Data = {
  1057.       90010000424D9001000000000000760000002800000020000000100000000100
  1058.       0400000000000001000000000000000000000000000000000000000000000000
  1059.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1060.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1061.       3333333333333333333333333333333333333333333333333333300000000000
  1062.       000033333333333333333077777777777770333333333333333330FFFFFFFFFF
  1063.       FF70333333333333333330FFFFFFFFFFFF80333333333333333330FFFFFFFFFF
  1064.       FF80333333333333333330FFFFFFFFFFFF80333333333333333330FFFFFFFFFF
  1065.       FF80333333333333333330FFFFFFFFFFFF80333333333333333330FFFFFFFFFF
  1066.       FF80333333333333333330FFFFFFFFFFFF80333333333333333330FFFFFFFFFF
  1067.       FF70333333333333333330444444444444403333333333333333300000000000
  1068.       0000333333333333333333333333333333333333333333333333000000000000
  1069.       0000000000000000000000000000000000000000}
  1070.     Margin = 3
  1071.     NumGlyphs = 2
  1072.   end
  1073.   object CharGrid: TDrawGrid
  1074.     Left = 7
  1075.     Top = 74
  1076.     Width = 218
  1077.     Height = 219
  1078.     ColCount = 3
  1079.     DefaultRowHeight = 17
  1080.     FixedCols = 0
  1081.     RowCount = 20
  1082.     Font.Color = clWindowText
  1083.     Font.Height = -12
  1084.     Font.Name = 'MS Sans Serif'
  1085.     Font.Style = []
  1086.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect, goThumbTracking]
  1087.     ParentFont = False
  1088.     ScrollBars = ssVertical
  1089.     TabOrder = 9
  1090.     OnClick = CharGridClick
  1091.     OnDblClick = CharGridDblClick
  1092.     OnDrawCell = CharGridDrawCell
  1093.     OnMouseDown = CharGridMouseDown
  1094.     ColWidths = (
  1095.       50
  1096.       54
  1097.       213)
  1098.   end
  1099.   object CancelBtn: TBitBtn
  1100.     Left = 472
  1101.     Top = 300
  1102.     Width = 77
  1103.     Height = 27
  1104.     Font.Color = clBtnText
  1105.     Font.Height = -12
  1106.     Font.Name = 'MS Sans Serif'
  1107.     Font.Style = []
  1108.     ParentFont = False
  1109.     TabOrder = 10
  1110.     OnClick = CancelBtnClick
  1111.     Kind = bkCancel
  1112.   end
  1113.   object BitBtn1: TBitBtn
  1114.     Left = 392
  1115.     Top = 300
  1116.     Width = 77
  1117.     Height = 27
  1118.     Caption = '&Save'
  1119.     Default = True
  1120.     Font.Color = clBtnText
  1121.     Font.Height = -12
  1122.     Font.Name = 'MS Sans Serif'
  1123.     Font.Style = []
  1124.     ParentFont = False
  1125.     TabOrder = 11
  1126.     OnClick = BitBtn1Click
  1127.     Glyph.Data = {
  1128.       CE070000424DCE07000000000000360000002800000024000000120000000100
  1129.       1800000000009807000000000000000000000000000000000000008284008284
  1130.       0082840082840082840082840082840082840082840082840082840082840082
  1131.       8400828400828400828400828400828400828400828400828400828400828400
  1132.       8284008284008284008284008284008284008284008284008284008284008284
  1133.       0082840082840082840082840082840082840082840082840082840082840082
  1134.       8400828400828400828400828400828400828400828400828400828400828400
  1135.       8284008284008284008284008284FFFFFF008284008284008284008284008284
  1136.       0082840082840082840082840082840082840082840082840082840082840082
  1137.       8484000084000000828400828400828400828400828400828400828400828400
  1138.       8284008284008284008284008284008284008284008284848284848284FFFFFF
  1139.       0082840082840082840082840082840082840082840082840082840082840082
  1140.       8400828400828400828484000000820000820084000000828400828400828400
  1141.       8284008284008284008284008284008284008284008284008284008284008284
  1142.       848284008284008284848284FFFFFF0082840082840082840082840082840082
  1143.       8400828400828400828400828400828400828484000000820000820000820000
  1144.       8200840000008284008284008284008284008284008284008284008284008284
  1145.       008284008284008284848284008284008284008284008284848284FFFFFF0082
  1146.       8400828400828400828400828400828400828400828400828400828484000000
  1147.       8200008200008200008200008200008200840000008284008284008284008284
  1148.       0082840082840082840082840082840082848482840082840082840082840082
  1149.       84008284008284848284FFFFFF00828400828400828400828400828400828400
  1150.       828400828484000000820000820000820000FF00008200008200008200008200
  1151.       840000008284008284008284008284008284008284008284008284848284FFFF
  1152.       FF008284008284848284FFFFFF008284008284008284848284FFFFFF00828400
  1153.       828400828400828400828400828400828400820000820000820000FF00008284
  1154.       00FF000082000082000082008400000082840082840082840082840082840082
  1155.       84008284008284848284FFFFFF008284848284008284848284FFFFFF00828400
  1156.       8284848284FFFFFF00828400828400828400828400828400828400828400FF00
  1157.       00820000FF0000828400828400828400FF000082000082000082008400000082
  1158.       84008284008284008284008284008284008284848284FFFFFF84828400828400
  1159.       8284008284848284FFFFFF008284008284848284FFFFFF008284008284008284
  1160.       00828400828400828400828400FF0000828400828400828400828400828400FF
  1161.       0000820000820000820084000000828400828400828400828400828400828400
  1162.       8284848284008284008284008284008284008284848284FFFFFF008284008284
  1163.       848284FFFFFF0082840082840082840082840082840082840082840082840082
  1164.       8400828400828400828400828400FF0000820000820000820084000000828400
  1165.       8284008284008284008284008284008284008284008284008284008284008284
  1166.       008284848284FFFFFF008284008284848284FFFFFF0082840082840082840082
  1167.       8400828400828400828400828400828400828400828400828400828400FF0000
  1168.       8200008200008200840000008284008284008284008284008284008284008284
  1169.       008284008284008284008284008284008284848284FFFFFF0082840082848482
  1170.       84FFFFFF00828400828400828400828400828400828400828400828400828400
  1171.       828400828400828400828400FF00008200008200008200840000008284008284
  1172.       0082840082840082840082840082840082840082840082840082840082840082
  1173.       84848284FFFFFF008284008284848284FFFFFF00828400828400828400828400
  1174.       828400828400828400828400828400828400828400828400828400FF00008200
  1175.       0082000082008400000082840082840082840082840082840082840082840082
  1176.       84008284008284008284008284008284848284FFFFFF008284008284848284FF
  1177.       FFFF008284008284008284008284008284008284008284008284008284008284
  1178.       00828400828400828400FF000082000082008400000082840082840082840082
  1179.       8400828400828400828400828400828400828400828400828400828400828484
  1180.       8284FFFFFF008284848284FFFFFF008284008284008284008284008284008284
  1181.       00828400828400828400828400828400828400828400828400FF000082000082
  1182.       0000828400828400828400828400828400828400828400828400828400828400
  1183.       8284008284008284008284008284848284FFFFFF848284008284008284008284
  1184.       0082840082840082840082840082840082840082840082840082840082840082
  1185.       8400828400828400FF0000828400828400828400828400828400828400828400
  1186.       8284008284008284008284008284008284008284008284008284008284848284
  1187.       0082840082840082840082840082840082840082840082840082840082840082
  1188.       8400828400828400828400828400828400828400828400828400828400828400
  1189.       8284008284008284008284008284008284008284008284008284008284008284
  1190.       008284008284008284008284008284008284}
  1191.     NumGlyphs = 2
  1192.   end
  1193.   object OpenFileDialog: TOpenDialog
  1194.     DefaultExt = 'mud'
  1195.     FileEditStyle = fsEdit
  1196.     Filter = 'MUD Files|*.mud|All files|*.*'
  1197.     Left = 184
  1198.     Top = 8
  1199.   end
  1200.   object CharPop: TPopupMenu
  1201.     Left = 184
  1202.     Top = 40
  1203.     object Connect1: TMenuItem
  1204.       Caption = 'Connect'
  1205.       ShortCut = 0
  1206.       OnClick = Connect1Click
  1207.     end
  1208.     object Offline1: TMenuItem
  1209.       Caption = 'Offline'
  1210.       ShortCut = 0
  1211.       OnClick = Offline1Click
  1212.     end
  1213.     object N1: TMenuItem
  1214.       Caption = '-'
  1215.       ShortCut = 0
  1216.     end
  1217.     object New1: TMenuItem
  1218.       Caption = 'New'
  1219.       ShortCut = 0
  1220.       OnClick = NewBtnClick
  1221.     end
  1222.     object Delete1: TMenuItem
  1223.       Caption = 'Delete'
  1224.       ShortCut = 0
  1225.       OnClick = DelBtnClick
  1226.     end
  1227.     object Copy1: TMenuItem
  1228.       Caption = 'Copy'
  1229.       ShortCut = 0
  1230.       OnClick = CopyBtnClick
  1231.     end
  1232.   end
  1233. end
  1234.